Eclipse Platform
Pre-release 3.0

org.eclipse.ui.commands
Interface ICommandServiceListener


public interface ICommandServiceListener

An instance of ICommandServiceListener can be used by clients to receive notification of changes to one or more instances of ICommandService.

This interface may be implemented by clients.

EXPERIMENTAL

Since:
3.0
See Also:
ICommandService#addRoleManagerListener, ICommandService#removeRoleManagerListener, ICommandServiceEvent

Method Summary
 void commandServiceChanged(ICommandServiceEvent commandServiceEvent)
          Notifies that one or more attributes of an instance of ICommandService have changed.
 

Method Detail

commandServiceChanged

public void commandServiceChanged(ICommandServiceEvent commandServiceEvent)
Notifies that one or more attributes of an instance of ICommandService have changed. Specific details are described in the ICommandServiceEvent.

Parameters:
commandServiceEvent - the command service event. Guaranteed not to be null.

Eclipse Platform
Pre-release 3.0

Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.